feat(ui): split agent capabilities from tags on the agent list - #1574
Open
ling-senpeng13 wants to merge 2 commits into
Open
feat(ui): split agent capabilities from tags on the agent list#1574ling-senpeng13 wants to merge 2 commits into
ling-senpeng13 wants to merge 2 commits into
Conversation
ling-senpeng13
force-pushed
the
feat/agent-capabilities-and-tags
branch
3 times, most recently
from
August 27, 2026 00:48
fa73416 to
e5ae4a4
Compare
AgentSummary.tags carries compiler-derived capabilities, not user tags, so the column showed 'capability:tool-calling' and left no room for real tags. - Capabilities render as bare chips in their own column, always shown - Tags become a separate column fed by /agent/tags, gated on TAG_VISIBILITY since the endpoint and the tag store are enterprise-only - Add/Edit tags dialog, pointed at the agent tag path
ling-senpeng13
force-pushed
the
feat/agent-capabilities-and-tags
branch
from
August 27, 2026 16:17
0be5682 to
0c1f113
Compare
ling-senpeng13
marked this pull request as ready for review
August 27, 2026 16:24
Collaborator
|
@ling-senpeng13 please attach the screenshot or a video with the changes. |
Contributor
Author
Added the screen shots for oss and orkes |
bradyyie
approved these changes
Aug 28, 2026
ling-senpeng13
requested review from
deeptireddy-lab
and removed request for
deeptireddy-lab
August 28, 2026 21:19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://orkes.atlassian.net/browse/CCOR-13273
AgentSummary.tagscarries compiler-derived capabilities (tool-calling,multi-agent-*,simple), not rabc tags. The column rendered them ascapability:tool-callingand left no place for real tags./agent/tags, gated onTAG_VISIBILITYsince that endpoint and the tag store are enterprise-onlyAddTagDialogColumn id kept as
workflow_tagsso saved column preferences survive.